github.com/jackc/pgx/v5/pgconn.pipelineState.PushBackRequestType (method)

8 uses

	github.com/jackc/pgx/v5/pgconn (current package)
		pgconn.go#L2263: func (s *pipelineState) PushBackRequestType(req pipelineRequestType) {
		pgconn.go#L2400: 	p.state.PushBackRequestType(pipelinePrepare)
		pgconn.go#L2410: 	p.state.PushBackRequestType(pipelineDeallocate)
		pgconn.go#L2423: 	p.state.PushBackRequestType(pipelineQueryParams)
		pgconn.go#L2435: 	p.state.PushBackRequestType(pipelineQueryPrepared)
		pgconn.go#L2446: 	p.state.PushBackRequestType(pipelineQueryStatement)
		pgconn.go#L2463: 	p.state.PushBackRequestType(pipelineFlushRequest)
		pgconn.go#L2478: 	p.state.PushBackRequestType(pipelineSyncRequest)